func encoding/asn1.checkInteger

4 uses

	encoding/asn1 (current package)
		asn1.go#L79: func checkInteger(bytes []byte) error {
		asn1.go#L95: 	err = checkInteger(bytes)
		asn1.go#L118: 	if err := checkInteger(bytes); err != nil {
		asn1.go#L136: 	if err := checkInteger(bytes); err != nil {